it("should set the constructor parameters", () => {
                constructorSpy.firstCall.args[0].should.eql({
                    region: "us-east-1"
                });
            });